Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17192 kbd: Separate PR for marker pseudocode #3470

Closed

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Jan 29, 2024

CLDR-17192

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

@srl295 srl295 self-assigned this Jan 29, 2024
}

// now, process input codepoints from end to beginning
for (i=input.end;i>=input.begin;i--) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this code's been spun off, here's a link to my old comment re: this section - #3445 (comment)

@srl295 srl295 marked this pull request as draft January 30, 2024 00:07
Comment on lines +2923 to +2924
- `nfdMarkers('e\u{0300}' + Marker('marker1') + '\u{0320}a\u{0300}' + Marker('marker2') + '\u{0320}')`
- Returns: `'e' + Marker('marker1') + '\u{0320}\u{0300}a' + Marker('marker2') + '\u{0320}\u{0300}'`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder of a point from the original PR: #3445 (comment)

Since you use '\u{0300}' and '\u{0320}' following both the 'e' and the 'a', it's easy to confuse what's happening in the center part.

I agree with the comment. Don't use duplicate characters in the example when the positions may change.

@srl295
Copy link
Member Author

srl295 commented Feb 7, 2024

moot, folded into #3445

@srl295 srl295 closed this Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants